home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_18585.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  531 b   |  24 lines

  1. -- card: 18585 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10.  
  11.     Similarly, 
  12.  
  13.     (call-with-input-file "foo" my-procedure)
  14.  
  15. calls "my-procedure" with the port obtained by opening "foo", whereas
  16.  
  17.     (call-with-input-file my-procedure)
  18.  
  19. brings up the standardΓÇôfile dialog so that you may select a file.  The full list of standard Scheme procedures that work this way is:
  20.  
  21.  
  22. -- part contents for background part 47
  23. ----- text -----
  24. 42